Race Updates Discord About Merch
Home Profile History Competitions Texts Messages Friends Upgrade

typeracer

Pit Stop

Record your races with a typeracer account:

Create Your Account
  • Save your race history and scores.
  • Customize your profile and racecar.
  • It’s free, why not?
Racer typer (goodtyperman)
Race Number 218
Date Wed, 28 Jul 2021 07:39:55 +0000
Speed 61 WPM Try to beat?
Accuracy 97.3%
Rank 4th place (out of 4)
Opponents dantedp23 (3rd place) lunalululu (2nd place)

Text typed:

Both the stack and the heap are parts of memory that are available to your code to use at runtime, but they are structured in different ways. The stack stores values in the order it gets them and removes the values in the opposite order. This is referred to as last in, first out. Think of a stack of plates: when you add more plates, you put them on top of the pile, and when you need a plate, you take one off the top. Adding or removing plates from the middle or bottom wouldn't work as well! Adding data is called pushing onto the stack, and removing data is called popping off the stack.
The Rust Programming Language (book) by Steve Klabnik (see stats)

Typing Review: